home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global TRIAL, numberbugs, backframe3, showing, doneit, game1level
- if game1level <> 3 then
- exit
- end if
- spuppet(1, 18)
- play frame string(the clickOn - 24)
- go(backframe3)
- puppetSprite(the clickOn - 24 + 37, 1)
- set the castNum of sprite (the clickOn - 24 + 37) to the number of cast string(the clickOn - 24)
- if the optionDown and the commandDown then
- set doneit to [1]
- end if
- set TRIAL to TRIAL + 1
- if TRIAL > 3 then
- set TRIAL to 3
- end if
- play frame "wrong3" & TRIAL
- if TRIAL > 2 then
- puppetSprite(37 + numberbugs, 0)
- play frame string(numberbugs)
- go(backframe3)
- repeat with xxx = 38 to 47
- puppetSprite(xxx, 1)
- end repeat
- highlight()
- go(backframe3 + 1)
- supuppet(1, 18)
- set showing to 1
- exit
- end if
- if TRIAL = 2 then
- go(backframe3)
- play frame "hint"
- go(backframe3)
- end if
- supuppet(1, 18)
- go(backframe3)
- end
-